A simple method is to make the body 100% of your page, with a min-height of 100% too. This works fine if the height of your footer does not change. ... <看更多>
Search
Search
A simple method is to make the body 100% of your page, with a min-height of 100% too. This works fine if the height of your footer does not change. ... <看更多>
html, body { height: 100% } .container-fluid {. min-height: 100%;. position: relative;. } .footer-spacer {. height: 40px;. } .navbar {. margin-left: -20px;. ... <看更多>
方法1.設定main-content的最小高度為100%. html, body. 高度為100% main-content; 最小高度為100%; 上、下padding空間,作為放置header、footer的空間. ... <看更多>